ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / InsertNew Method

In This Topic
    InsertNew Method
    In This Topic
    Inserts a new Page element into the PagesCollection at the specified index.
    Syntax
    'Declaration
     
    Public Function InsertNew( _
       ByVal index As Integer _
    ) As T
    public T InsertNew( 
       int index
    )

    Parameters

    index
    See Also